PropertyPreview

data class PropertyPreview(name: String, type: String, value: String?, valuePreview: ObjectPreview?, subtype: String?)

Constructors

PropertyPreview
Link copied to clipboard
fun PropertyPreview(name: String, type: String, value: String? = null, valuePreview: ObjectPreview? = null, subtype: String? = null)

Properties

name
Link copied to clipboard
val name: String
Property name.
subtype
Link copied to clipboard
val subtype: String? = null
Object subtype hint.
type
Link copied to clipboard
val type: String
Object type.
value
Link copied to clipboard
val value: String? = null
User-friendly property value string.
valuePreview
Link copied to clipboard
val valuePreview: ObjectPreview? = null
Nested value preview.

Sources

jvm source
Link copied to clipboard